PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFIdMap Class / put Method
Identifier of the structure element.
The structure element.
In This Topic
    put Method
    In This Topic
    Maps an identifier to a structure element.
    Syntax
    public void put( 
       java.lang.String identifier,
       PDFStructureElement structureElement
    )

    Parameters

    identifier
    Identifier of the structure element.
    structureElement
    The structure element.
    Exceptions
    ExceptionDescription
    When identifier is null.
    See Also